﻿/*replace bootstrap*/
.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    border: 0px solid #e7e7e7;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #fff;
    }

    .navbar-default .navbar-header > a {
        color: #ecf0f1;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ecf0f1;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        border-bottom: 2px solid #ecf0f1;
        background-color: transparent;
    }


.tembus {
    background-color: transparent !important;
}

.hvrcenter {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

    .hvrcenter:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #ECF0F1;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvrcenter:hover:before, .hvrcenter:focus:before, .hvrcenter:active:before {
        left: 0;
        right: 0;
    }

.title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

 

.project-hover {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.project-hover:hover{
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(135deg, #013668 , #3470AF);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    padding: 20% 40px !important;
}

    .project-hover hr {
        height: 30px;
        width: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: rgba(255, 255, 255, 1);
        border: 0;
    }


    .project-hover a {
        color: rgba(255, 255, 255, 1);
        padding: 2px 22px;
        line-height: 40px;
        background: linear-gradient(135deg, #013668 , #3470AF); border:none; margin-top: 20px; width: 300px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .project-hover a:hover {
            border-color: #ed1109;
            color: #eee;
            background: linear-gradient(135deg, #3470AF, #4CAA96);
            width: 360px !important;
        }

.project:hover .project-hover {
    opacity: 1;
}

    .project:hover .project-hover hr {
        width: 100%;
        height: 5px;
    }

.acesso-logins {
    width: 99.9%;
}

.title-login-hover {
    letter-spacing: 5px;
    text-transform: uppercase;
}

#desktop {
    display: block;
}

#mobile {
    display: none;
}

@media screen and (max-width: 699px) and (min-width: 520px) {
    .project {
        height: 50px !important;
    }

    .project-hover {
        height: 50px !important;
    }

    acesso-logins {
        max-height: 250px !important;
    }
}

.btn {
    padding: 6px 8em;
}

.btn-generic {
    border-color: #fff;
}

.label-login {
    color: white;
    font-size: medium;
}

.bt-login > a {
    color: #fff;
}

.bt-login {
    opacity: 0.8;
    text-align: center;
    width: 100%;
    height: 150px;
    background-color: #ed1109;
    padding-top: 2em;
}

.group {
    width: 100%;
    height: 150px;
}